mathematical notation

last edited Mon, 23 Sep 2024 04:23:25 GMT
backlinks: null


sequence: objects in order (7,21,57) =/= (57,7,21)

set: unordered objects {7,21,57} = {57,7,21}

cartesian product: A = {1,2} , B ={x,y}

A x B = {(1,x),(1,y),(2,x),(2,y)}